@import url('https://fonts.googleapis.com/css2?family=Comforter&display=swap');

*{
    font-family: 'Comforter', cursive;

}
#myPage {
    display: none;
  }
.bg-sunset{
    background-color: #f3d5b0;
}
.text-sunset{
    color: #b5701b;
}
.bg-sunset-dark{
    background-color: #f8dab5;
}
.nav-imgs{
    width: 48px;
    background-color: black;
    border-radius: 50%;
}
.active{
    background-color: rgba(211, 211, 211, 0.274) !important;
}
.button-discord{
    background-color: black;
    color: white;
    text-decoration: none;
    width:8vw;
    border-radius: 10px;
    position: relative;
}
.button-discord span{
    position: absolute;
    top: 25%;
    left: 25%;
}
.opensea{
    filter: invert(100%);
}
.logo{
    text-decoration: none;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
    
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("/assets/imgs/2.jpg") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("/assets/imgs/24.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("/assets/imgs/25.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("/assets/imgs/9.jpg") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
    
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url("/assets/imgs/opensea.png");
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}
.fa-shopping-cart{
    background-image: url("/assets/imgs/opensea.png");
}
.bg-tamer{
    background: url("/assets/imgs/tamer.jpg")  ;
    background-size:cover;
    background-repeat: no-repeat;
    height: 50vw;
}
.social{
    list-style: none;
}
.social li{
    display: inline;
}
.social li img{
    width: 48px;
    border-radius: 50%;
}
.d3{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row-1{
    margin-right: 0;
}
.container-fluid{
    padding: 0 !important;
}
section.parallax-bg-1{
background-size: cover;
}
input.contact-item{
    border-top: none;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    border-right:none ;
    border-left: none ;
    width: 50%;
    background-color: #ffffff22;
    color: black;
    height: 40px;
    margin-bottom: 2.5vw;
    padding: 15px;
    
}
input.contact-item::placeholder{
    color: black;
    font-size: 20px;
}
.textarea{
    height: 5vw;
    background-color: #ffffff22;
    border-radius: 5%;
    border-left: none;
    border-right: none ;
    border-top: none;
    width: 80%;
    min-height: 40px;
}
.textarea::placeholder{
    font-size: 20px;
    color: black;
}

/*Loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f3d5b0;
    border-bottom: 16px solid #f3d5b0;
    border-left: 16px solid #ea452f;
    border-right: 16px solid #ea452f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  nav{
      opacity: 0.9;
  }